projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12f9118
)
tests: add new test for pull --disable-static-deltas
author
Giuseppe Scrivano
<gscrivan@redhat.com>
Tue, 12 May 2015 08:57:03 +0000
(10:57 +0200)
committer
Giuseppe Scrivano
<gscrivan@redhat.com>
Wed, 13 May 2015 07:38:04 +0000
(09:38 +0200)
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
tests/pull-test.sh
patch
|
blob
|
history
diff --git
a/tests/pull-test.sh
b/tests/pull-test.sh
index 62dccf595b6ee14d3aff18769ffd4b72a37caa04..1b06dce7fa889e0592d80d981a3684bc610d4fc0 100755
(executable)
--- a/
tests/pull-test.sh
+++ b/
tests/pull-test.sh
@@
-96,6
+96,10
@@
cd ${test_tmpdir}
${CMD_PREFIX} ostree --repo=repo pull origin main
${CMD_PREFIX} ostree --repo=repo fsck
+cd ${test_tmpdir}
+${CMD_PREFIX} ostree --repo=repo pull --disable-static-deltas origin main
+${CMD_PREFIX} ostree --repo=repo fsck
+
rm checkout-origin-main -rf
$OSTREE checkout origin:main checkout-origin-main
cd checkout-origin-main